.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }


.fl{ float: left; }
.fr{ float: right; }
.centerHjList {
	margin: 0 0 20px;
}
.centerHjCont .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	margin-top: 70px;
	margin-bottom: 70px;
	border-radius: 10px;
}
.centerHjCont .swiper-slide-active,.centerHjCont .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 1002;
}
.centerHjCont .swiper-slide a {
	background: #fff;
	display: block;
	border-radius: 2px;
}
.centerHjCont .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 10px;
}
.layer-mask {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: all 0.5s;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.centerHjCont .swiper-slide-active .layer-mask {
	display: none;
}
.centerHjCont .swiper-button-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}
.centerHjCont .swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}
.centerHjCont .swiper-pagination {
	display: none;
}

@media (max-width: 768px){


.centerHjList {
		margin: 0;
	}
	.centerHjCont .swiper-slide {
		-webkit-transition: transform 1.0s;
		-moz-transition: transform 1.0s;
		-ms-transition: transform 1.0s;
		-o-transition: transform 1.0s;
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		margin-bottom: 0;
	}
	.centerHjCont .swiper-slide-active,.centerHjCont .swiper-slide-duplicate-active {
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index: 1002;
	}
	.centerHjCont .swiper-slide a {
		background: #fff;
		display: block;
		border-radius: 2px;
	}
	.centerHjCont .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
	}
	.layer-mask {
		display: none;
	}
	.centerHjCont .swiper-slide-active .layer-mask {
		display: none;
	}
	.centerHjCont .swiper-button-prev,.centerHjCont .swiper-button-next {
		display: none;
	}
	.centerHjCont .swiper-pagination {
		display: block;
	}
	.swiper-pagination-bullet-active {
		background: #fff;
	}


	}